home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / kmail294.zip / KMBATCH.BAT < prev    next >
DOS Batch File  |  1992-05-07  |  610b  |  19 lines

  1. @Echo Off
  2. Rem
  3. Rem This is a sample batch file for running KMail using the /localon
  4. Rem switch in PCB145. If this will be called from your event, it
  5. Rem should be last thing in the event because the KMAIL batch file
  6. Rem in most configurations will restart PCBoard.
  7. Rem
  8. Rem The /LOCALON and /KEY switches used below are described in the
  9. Rem PCBoard 14.5 manual (pages 10-12).
  10. Rem
  11. cd\pcb
  12. if exist door.bat del door.bat
  13. if exist endpcb del endpcb
  14. if exist dsz.log del dsz.log
  15. if exist users.sys del users.sys
  16. pcb145 /localon/KEY:y;q^MJohn;Smith^M12345^MKmail;d;u;g^M
  17. if exist door.bat door
  18. :end
  19.